home *** CD-ROM | disk | FTP | other *** search
Java Source | 2003-06-28 | 470 b | 23 lines |
- //Description: Java Servlet|
- /* Created: {$DateTime} by {$UserName}
- **
- **
- */
-
- import javax.servlet.*;
- import javax.servlet.http.*;
-
- public class {$FileTitleNoExt} extends HttpServlet
- {
-
- protected void doGet(HttpServletRequest req, HttpServletResponse resp)
- throws ServletException, java.io.IOException {
-
- }
-
- protected void doPost(HttpServletRequest req, HttpServletResponse resp)
- throws ServletException, java.io.IOException {
-
- }
- }
-